home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_scrollkeeper
- if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
- scrollkeeper-update -q
- fi
- # End automatically added section
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ]; then
- gconf-schemas --register aisleriot.schemas blackjack.schemas glchess.schemas glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas gnometris.schemas gnomine.schemas gnotravex.schemas gnotski.schemas gtali.schemas iagno.schemas mahjongg.schemas same-gnome.schemas
- fi
- # End automatically added section
- # Automatically added by dh_icons
- if which update-icon-caches >/dev/null 2>&1 ; then
- update-icon-caches /usr/share/icons/hicolor
- fi
- # End automatically added section
- # Automatically added by dh_pysupport
- if which update-python-modules >/dev/null 2>&1; then
- update-python-modules gnome-games-data
- fi
- # End automatically added section
-